/* General Styles */
.Search-header {
    background: #04c997;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.container-searchheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Left Section - Logo */
.header-left .logo img {
    max-height: 50px;
}

/* Center Section - Search Bar */
.header-center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}
.header-search {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
}
.header-search input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}
.header-search button {
    background: #333;
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}
.header-search button:hover {
    background: #555;
}

/* Right Section - Contact and Cart */
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-contact {
    font-size: 14px;
}
.header-contact a {
    color: #333;
    font-weight: bold;
}
.cart-dropdown {
    position: relative;
}
.cart-dropdown .cart-count {
    background: red;
    color: white;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggler {
    display: none;
    background: none;
    border: none;
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container-searchheader {
        flex-direction: column;
        align-items: center;
    }
    .header-left, .header-right {
        width: 100%;
        display: none;
        justify-content: space-between;

    }
    .header-center {
        width: 100%;
        padding: 10px 0;
    }
    .header-search {
        max-width: 100%;
    }
    .mobile-menu-toggler {
        display: block;
    }
    
    
    .mobilecet{
          background-color: #0b0c0c;
            width: 29%;
        border-right: #fffafa;
     border-width: 5px;
        margin-right: 50px;
     border-color: aqua;
                               
           }
    
    
    
    
    
    
}


.mobilecet{
          background-color: #0b0c0c;
            width: 29%;
        border-right: #fffafa;
     border-width: 5px;
        margin-right: 50px;
     border-color: aqua;
                               
           }




@media (max-width: 450px) {
                           .mobilecet{
                               background-color: #0b0c0c;
                                width: 100%;
                           border-right: #fffafa;
                             border-width: 5px;
                 margin-right: 50px;
                         border-color: aqua;
                               
                           }
                           
                           #categoryButtons {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: ruby;
}
    
}
                           